customerJourneyUI.setup();

customerJourney.requestCustomerId("email", "test@test.net");
customerJourney.addRoutingAttribute("Service", "Testing");
customerJourney.addNonRoutingData("foo", "bar");
customerJourney.setTopic("ExampleTopic");
customerJourney.setup();
customerJourney.addAttribute("Product.Monitors");
customerJourney.updateSchema();
// reload the page and request the existing context
customerJourney.setup();

// debugging method to see what the context is
customerJourney.getContext();